home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / editor / auror300.zip / STOPWTCH.DOX < prev    next >
Text File  |  1996-07-17  |  621b  |  19 lines

  1.  
  2.   STOPWTCH.AML
  3.   Stopwatch Timer 
  4.  
  5.   This macro displays a stopwatch window with start, stop, and reset
  6.   buttons. The time is displayed in the following format:
  7.  
  8.     hh:mm:ss uu   // hh=hours, mm=minutes, ss=seconds, uu=hundredths
  9.  
  10.   A real-time clock is also displayed in the upper-right hand corner.
  11.  
  12.   Pressing the Command button allows you measure how long it takes to
  13.   execute an editor keyboard command. The command will be executed and
  14.   the time will be displayed in the stopwatch window.
  15.  
  16.   The stopwatch window is modeless, allowing you to switch windows while
  17.   the stopwatch is running.
  18.  
  19.